home *** CD-ROM | disk | FTP | other *** search
- /*
- * Offscreen.h
- */
- #include <QDOffscreen.h>
-
-
- typedef struct WindowOffscreen {
- CGrafPtr windowPort;
- GDHandle windowDevice;
- GWorldPtr offscreenWorld;
- short rightSlop;
- } WindowOffscreen;
-
-
- extern WindowOffscreen *DrawOffscreen(WindowPtr theWindow, short rightSlop);
- extern void DrawOnscreen(WindowOffscreen *theOffscreen);
-